Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Function |map

std/data/map::|map


Usage

|map(entries)

Parameters

↳ entries: Vec<Map> (std/data/map::Map)

Return

Map


Build a Map by merging a list of single-entry maps.

Each element in entries should be produced by |entry(key, value). Later entries with the same key overwrite earlier ones.